cxf endpoint

cxf endpoint

Defines the CXF Endpoint. It contains a list of properties for CXF endpoint including {@link DataFormat}, {@link CxfBinding}, and {@link HeaderFilterStrategy}. The default DataFormat mode is {@link DataFormat#POJO}.

Name Type Description
address java.lang.String
allowStreaming java.lang.Boolean
bindingId java.lang.String
continuationTimeout long
createBus boolean
dataFormat org.apache.camel.component.cxf.DataFormat
defaultOperationName java.lang.String
defaultOperationNamespace java.lang.String
getBusHasBeenCalled java.util.concurrent.atomic.AtomicBoolean
inOut boolean
isSetDefaultBus boolean
isWrapped boolean
loggingFeatureEnabled boolean
loggingSizeLimit int
mergeProtocolHeaders boolean
mtomEnabled boolean
password java.lang.String
portNameString java.lang.String
publishedEndpointUrl java.lang.String
serviceNameString java.lang.String
skipFaultLogging boolean
skipPayloadMessagePartCheck boolean
transportId java.lang.String
username java.lang.String
wrappedStyle java.lang.Boolean
wsdlURL java.lang.String

cxf consumer

A Consumer of exchanges for a service in CXF. CxfConsumer acts a CXF service to receive requests, convert them, and forward them to Camel route for processing. It is also responsible for converting and sending back responses to CXF client. @version